Global Index
HTML5 JS API Index > Shadow DOM Tutorials & Specs

CSSHostRule

Extends CSSRule.

Properties
CSSRuleList
cssRules
Represents the CSS rules in the @host style block
Operations
void
deleteRule(unsigned long index)
When invoked, the method must remove a CSS rule rule from the CSS rule list returned by cssRules at index.
unsigned long
insertRule(DOMString rule, unsigned long index)
When invoked, the method must insert a CSS rule rule into the CSS rule list returned by cssRules at index.